home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-05-14 | 1.1 KB | 38 lines | [TEXT/MPS ] |
-
- /*======================================================================================*/
- /* File: AlertDlogUtils.r */
- /* */
- /* By: George Delaney */
- /* Mac CPU Software Quality */
- /* Date: 5/14/90 */
- /* */
- /* Contents: */
- /* All resource declarations needed to support the AlertDlogUtils library file. */
- /*======================================================================================*/
-
-
- #include "Types.r"
-
-
-
- /*--------------------------------------------------------------------------------------*/
- /*--------------------------------------------------------------------------------------*/
- /* Alerts */
-
-
- /*--------------------------------------------------------------------------------------*/
- /* Generic text string alert box */
-
- resource 'ALRT' (5000) {{46, 106, 146, 421},5000,{
- OK, visible, sound1,
- OK, visible, sound1,
- OK, visible, sound1,
- OK, visible, sound1}};
-
- resource 'DITL' (5000) {{
- { 75, 128, 95, 188}, Button {enabled,"OK"},
- { 5, 4, 71, 311}, StaticText {disabled,"^0"}
- }};
-
-
-